From 67cc20ab6f566db96bee0ceefc2de8a65bca0812 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Mon, 25 Aug 2008 19:04:37 +0900 Subject: [PATCH] [IA64] update the comment in ia64_switch_to. update the comment in ia64_switch_to. Signed-off-by: Isaku Yamahata --- xen/arch/ia64/linux-xen/entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/linux-xen/entry.S b/xen/arch/ia64/linux-xen/entry.S index e25a5352ff..ec4b96883e 100644 --- a/xen/arch/ia64/linux-xen/entry.S +++ b/xen/arch/ia64/linux-xen/entry.S @@ -265,7 +265,7 @@ GLOBAL_ENTRY(ia64_switch_to) srlz.d or r23=r25,r20 // construct PA | page properties #ifdef XEN - ptr.d in0,r27 // to purge dtr[IA64_TR_VHPT] + ptr.d in0,r27 // to purge dtr[IA64_TR_VHPT] and dtr[IA64_TR_VPD] #else movl r27=IA64_GRANULE_SHIFT << 2 #endif -- 2.30.2